home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
listings
/
v_12_05
/
tsai
/
pif.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-03-01
|
254 b
|
14 lines
Listing 6: definition of parse node Pif
_CLASSDEF(Pif)
class _CLASSTYPE Pif
{
public:
Pif(){}
~Pif(){}
BOOL parse(); // parse function
int write(int,const char *); // output function to a pseudo file
};